home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 26 / Cream of the Crop 26.iso / windows / setmeup.zip / erecov.tx_ / erecov.tx
Text File  |  1997-04-27  |  3KB  |  59 lines

  1. ERECOV.TXT - Set Me Up SystemSaver emergency recovery procedure
  2.  
  3.  
  4. Set Me Up SystemSaver (SMUSS) is a run-time system enhancement that will enable you to restore system 
  5. configuration in event of fatal system failure.  Every time SMUSS is run, it copies system configuration 
  6. files to a backup directory, and then removes the oldest backups.  There is no limit to how many backups 
  7. you can keep, but we recommend anything from 4 to 9.  Every backup will be saved into a new folder (with 
  8. a new, incremental number) , and all the configuration files will be categorized in sub-folders.
  9.  
  10. It is recommended that you select the backup frequency setting to `Once a Day' - a backup will be 
  11. automatically taken once a day, the first time you log on.  If  your system suddenly fails, you can overwrite 
  12. current configuration files with the ones from previous day you were using you computer, a day before that 
  13. or even from before that (depending from how many backups upi decide to keep).  In most of the cases 
  14. when the system unexpectedly fails to operate, the SMUSS backup will make your system operational 
  15. again.  (but it will not for make your computer operational again if you have for example deleted your 
  16. entire Windows directory, deleted the entire start menu or have a hardware failure)
  17.  
  18. SMUSS saves the following system configuration components:
  19.  
  20. - DOS files  (files live in c:\ root directory) - store critical information such as CD-ROM drivers, DOS 
  21. anti-virus loaders, soundcard settings Windows startup modes
  22.  
  23. - Registry (usually c:\windows) - USER.DAT stores all user / applications settings and SYSTEM.DAT 
  24. system hardware / software configuration.   If you have a problem. Most likely it will be resolved by 
  25. restoring the Registry
  26.  
  27. - INI files (usually c:\windows) - some older applications store settings in INI files - if an application 
  28. has got an INI file, it's name will usually resemble the application's name
  29. - Password lists (usually c:\windows) store encrypted passwords
  30.  
  31. You must decide what is wrong before you attempt to restore one or all backup parts
  32.  
  33.  
  34. Restoring from a backup
  35. To restore a file, simply overwrite the file you suspect is damaged with the backup one ( obviously create a 
  36. temporary backup of the file you are about to delete just in case, so that you cab revert the operation) .  If 
  37. you are recovering from command prompt, remember to set the file's attributes to normal by using the 
  38. ATTRIB program.  If you are recovering in Windows, remember to enable `View all files' in Explorer 
  39. Options.  Here is an example on how to restore Windows registry from a command prompt.
  40.  
  41. ATTRIB c:\windows\user.dat -r -s -h                       (set the file attributes to normal)
  42. REN   c:\windows\user.dat c:\windows\user.bck       (rename the user registry file)
  43. COPY c:\smusafe\122\registry\user.dat c:\windows         (copy the file from SMUSS backup)
  44.  
  45. Repeat the same steps for file system.dat
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.